Skip to content

fix(lambda): fix typo in local variable name resouceArns to resourceArns#37425

Open
syukawa-gh wants to merge 1 commit intoaws:mainfrom
syukawa-gh:fix/lambda-resouce-typo
Open

fix(lambda): fix typo in local variable name resouceArns to resourceArns#37425
syukawa-gh wants to merge 1 commit intoaws:mainfrom
syukawa-gh:fix/lambda-resouce-typo

Conversation

@syukawa-gh
Copy link
Copy Markdown
Contributor

Reason for this change

Fix a typo in a local variable name.

Description of changes

Rename the local variable resouceArns to resourceArns in FunctionBase.grantInvokeVersion().

This is a local variable only — no public API surface is affected.

Description of how you validated changes

Local variable rename only. No behavioral change.

Exemption Request: This is a trivial variable rename with no functional impact and no change to public API, so no integration test change is needed.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

…ceArns`

Fix a typo in a local variable name in `FunctionBase.grantInvokeVersion()`.
The variable `resouceArns` is renamed to `resourceArns`. This is a
local variable only, so there is no public API impact.
@github-actions github-actions bot added admired-contributor [Pilot] contributed between 13-24 PRs to the CDK p2 labels Mar 31, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team March 31, 2026 08:57
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ Fixes must contain a change to a test file.
❌ Fixes must contain a change to an integration test file and the resulting snapshot.

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

✅ A exemption request has been requested. Please wait for a maintainer's review.

@syukawa-gh
Copy link
Copy Markdown
Contributor Author

Exemption Request: This is a local variable rename (typo fix) with no behavioral change. The existing tests already cover this code path and will continue to pass.

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Apr 2, 2026
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

admired-contributor [Pilot] contributed between 13-24 PRs to the CDK p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants